scrolledwindow: Fix func summary being cut off in bindings using doxygen
authorDaniel Boles <dboles@src.gnome.org>
Sat, 31 Dec 2016 13:27:15 +0000 (13:27 +0000)
committerDaniel Boles <dboles@src.gnome.org>
Sat, 31 Dec 2016 13:27:15 +0000 (13:27 +0000)
commit0259312142438c2e8d77f99ccc1cea02f4961b32
treea88507569cdc9285110ca2a0e4acc9f16e980931
parent959f80e6e9b120ffc905d0f5be7740cc933d055f
scrolledwindow: Fix func summary being cut off in bindings using doxygen

...which treats the first '.' in doc comments as the end of the summary.
So, e.g., in gtkmm, get_kinetic_scrolling() is currently summarised as
"Changes the behaviour of @scrolled_window wrt." Not very informative!

No need for a period there & anyway, the phrase "wrt to" is superfluous,
and we have space to actually say "with regard to", so just do that now.
gtk/gtkscrolledwindow.c